GET /api/bet_types/b16f75dc-b405-471d-83ae-e3df8668394f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b16f75dc-b405-471d-83ae-e3df8668394f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dc1b4bf-abdc-4852-a186-fe2852a8601f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:22.690192-04: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": 5867.0
            },
            {
                "team": "MIN",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "afcaa026-0ca3-4a1e-b74c-ffe806531148",
            "gambit_id": "8baf3d31-a6a1-4790-8d9b-7006f15fa613",
            "last_updated": "2023-06-26T23:08:01.872648-04:00",
            "created_at": "2023-06-25T09:28:22.694046-04:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16f75dc-b405-471d-83ae-e3df8668394f/?format=api"
        },
        {
            "id": "6dff3150-0a7f-4499-acc4-c186a62ef69b",
            "gambit_id": "c524a2c9-38d6-4066-8bd7-eb28dd2cfa2c",
            "last_updated": "2023-06-26T23:08:01.870978-04:00",
            "created_at": "2023-06-25T09:28:22.692091-04:00",
            "name": "MIN",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16f75dc-b405-471d-83ae-e3df8668394f/?format=api"
        }
    ]
}