GET /api/bet_types/1279933b-4f1d-48de-b92a-bbc1960acb1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1279933b-4f1d-48de-b92a-bbc1960acb1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d90a8f9-d62c-4476-9151-688b657ffb4e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T09:38:25.851235-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": "SFO",
                "amount": 6090.0
            },
            {
                "team": "TEX",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c75fa191-190f-46d5-8587-ffa828e505da",
            "gambit_id": "159ff2a6-ac00-419b-b031-adf2ccd47253",
            "last_updated": "2023-08-12T18:03:04.439935-04:00",
            "created_at": "2023-08-11T09:38:25.866299-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1279933b-4f1d-48de-b92a-bbc1960acb1f/?format=api"
        },
        {
            "id": "25f61b60-4b5e-4e7a-96cf-41042f37c2f6",
            "gambit_id": "577a3f1d-5125-4b9a-9b27-2ac885d54f7a",
            "last_updated": "2023-08-12T18:03:04.436490-04:00",
            "created_at": "2023-08-11T09:38:25.858585-04:00",
            "name": "TEX",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1279933b-4f1d-48de-b92a-bbc1960acb1f/?format=api"
        }
    ]
}