GET /api/bet_types/321f3102-554e-41e6-a51b-a63303c2fa53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "321f3102-554e-41e6-a51b-a63303c2fa53",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dd9d96a-5bf7-4386-b677-d5bfd275cb17/?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": "Clemson",
                "amount": 5000.0
            },
            {
                "team": "North Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9555c6b2-fe5b-401b-a4b2-687b8092f242",
            "gambit_id": "edb0825e-53ab-4ce5-9a68-5fce0a1c881f",
            "last_updated": "2022-12-05T10:57:35.094258-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f3102-554e-41e6-a51b-a63303c2fa53/?format=api"
        },
        {
            "id": "48601de4-b9b1-40cf-9464-e291e8e8ec01",
            "gambit_id": "9dee4c91-7d87-4e8e-865e-4b3fbc0b382b",
            "last_updated": "2022-12-05T10:57:35.093183-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/321f3102-554e-41e6-a51b-a63303c2fa53/?format=api"
        }
    ]
}