GET /api/bet_types/b2fc3237-3b8b-43ed-976e-b4bb945efb48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2fc3237-3b8b-43ed-976e-b4bb945efb48",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a15cfcd-f808-4156-9a01-f2a62c7a4e50/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:07.365697-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": "TEX",
                "amount": 6154.0
            },
            {
                "team": "HOU",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "449008ff-7344-467e-9fa7-0af8fee5e66e",
            "gambit_id": "fc2a5a1e-2f59-4e1c-b5c8-8d641fb2677d",
            "last_updated": "2023-08-01T13:08:22.639958-04:00",
            "created_at": "2023-07-25T12:38:07.369911-04:00",
            "name": "TEX",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2fc3237-3b8b-43ed-976e-b4bb945efb48/?format=api"
        },
        {
            "id": "b0892d7a-2239-4db3-8403-2cd5ccb3ee00",
            "gambit_id": "7d9d9b73-6b3a-49aa-908d-f7cb95f2cda8",
            "last_updated": "2023-08-01T13:08:22.643768-04:00",
            "created_at": "2023-07-25T12:38:07.374162-04:00",
            "name": "HOU",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2fc3237-3b8b-43ed-976e-b4bb945efb48/?format=api"
        }
    ]
}