GET /api/bet_types/63d4d5c3-dd01-4f32-861b-f1bdd621821a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63d4d5c3-dd01-4f32-861b-f1bdd621821a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7275eada-83da-4c50-bd98-2a7be4dff932/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-21T09:21:57.771699-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "79609de7-bbe2-44b6-8e8e-95ae1d9415e2",
            "gambit_id": "c7a87726-d829-4a31-8d26-123005f356ba",
            "last_updated": "2023-03-22T16:41:54.579295-04:00",
            "created_at": "2023-03-21T09:21:57.773457-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63d4d5c3-dd01-4f32-861b-f1bdd621821a/?format=api"
        },
        {
            "id": "7fb5d626-8ede-405c-a7e2-8a2372d07ddb",
            "gambit_id": "6b4f78f2-36ff-4126-bc01-ed9c905ce027",
            "last_updated": "2023-03-22T16:41:54.581474-04:00",
            "created_at": "2023-03-21T09:21:57.775058-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63d4d5c3-dd01-4f32-861b-f1bdd621821a/?format=api"
        }
    ]
}