GET /api/bet_types/8bb2333f-eee8-4b75-a7d4-f1b16d827410/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bb2333f-eee8-4b75-a7d4-f1b16d827410",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f79f2a1-384d-4c15-9422-1bcfd55f8d1f/?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": "DET",
                "amount": 5109.0
            },
            {
                "team": "TAM",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ac87e73-b7af-410d-98bf-695658d651a2",
            "gambit_id": "6a1ee2ec-7a68-45de-8a02-5f8415511c43",
            "last_updated": "2022-08-05T10:01:54.127215-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bb2333f-eee8-4b75-a7d4-f1b16d827410/?format=api"
        },
        {
            "id": "9d05969e-6264-49fe-85ea-b343f081e559",
            "gambit_id": "df275d70-8967-4e6e-8651-50e3784d20a5",
            "last_updated": "2022-08-05T10:01:54.127738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bb2333f-eee8-4b75-a7d4-f1b16d827410/?format=api"
        }
    ]
}