GET /api/bet_types/e1c0dc60-3175-423a-b001-8bb5c485e18b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1c0dc60-3175-423a-b001-8bb5c485e18b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4542e67-ded2-47b5-835c-8b9a83efa72b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e75958cf-714d-4af6-a6df-f13ccac9a811",
            "gambit_id": "f02ec99a-a88f-437f-97fc-b2b0de247605",
            "last_updated": "2022-08-21T12:57:09.887764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1c0dc60-3175-423a-b001-8bb5c485e18b/?format=api"
        },
        {
            "id": "92af1e6e-f219-428e-b2b8-624dcceca0b8",
            "gambit_id": "715ccd7b-7daf-4c9e-8ad5-122ca3fac5bb",
            "last_updated": "2022-08-21T12:57:09.888325-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1c0dc60-3175-423a-b001-8bb5c485e18b/?format=api"
        }
    ]
}