GET /api/bet_types/5511b21b-020b-41d5-9aa9-b46703a65dc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5511b21b-020b-41d5-9aa9-b46703a65dc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2975c515-924d-4ad0-8dc7-8ecd31669ee7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T16:07:18.972947-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": "PHI",
                "amount": 6390.0
            },
            {
                "team": "SFO",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e62fab5-7e8c-4a50-9a01-c64c452c6d08",
            "gambit_id": "f16f3fa6-7793-4ab3-9f64-81b954a2ab16",
            "last_updated": "2023-05-16T10:12:08.974399-04:00",
            "created_at": "2023-05-15T16:07:18.977211-04:00",
            "name": "PHI",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5511b21b-020b-41d5-9aa9-b46703a65dc9/?format=api"
        },
        {
            "id": "213c9ae3-b4b9-4ffc-bbf5-e7d4450fb812",
            "gambit_id": "c2dec353-75eb-4efe-b3f3-db22d7460a69",
            "last_updated": "2023-05-16T10:12:08.972614-04:00",
            "created_at": "2023-05-15T16:07:18.975254-04:00",
            "name": "SFO",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5511b21b-020b-41d5-9aa9-b46703a65dc9/?format=api"
        }
    ]
}