GET /api/bet_types/f3385c6e-ba2a-4f90-a933-79d8d6f6c009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3385c6e-ba2a-4f90-a933-79d8d6f6c009",
    "match": "https://api-prod.gambitprofit.com/api/matches/8156f605-ddb9-4008-857c-bb46893f737d/?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": "TEX",
                "amount": 5511.0
            },
            {
                "team": "SEA",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "334bf66c-ecfa-4ae5-82c3-5ba865bd2e00",
            "gambit_id": "c4063295-e9ae-4853-a5a4-3a42ac0ecc0f",
            "last_updated": "2022-08-13T10:52:08.994784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3385c6e-ba2a-4f90-a933-79d8d6f6c009/?format=api"
        },
        {
            "id": "0d472a32-67a7-45be-a8fc-e528577215aa",
            "gambit_id": "e54983e7-f15b-4aad-8557-0034e6f4d5a7",
            "last_updated": "2022-08-13T10:52:08.995247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3385c6e-ba2a-4f90-a933-79d8d6f6c009/?format=api"
        }
    ]
}