GET /api/bet_types/1fd8a2b5-116f-49e9-b750-53c1f6fa87d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fd8a2b5-116f-49e9-b750-53c1f6fa87d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3e53cb3-05e4-49fa-b004-04f294218822/?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": "Marshall",
                "amount": 5000.0
            },
            {
                "team": "Old Dominion",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7736d74a-2371-4c78-8cf6-47c261941abc",
            "gambit_id": "cacc6c96-8213-4885-b971-eda456eed135",
            "last_updated": "2022-11-06T08:58:17.331048-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fd8a2b5-116f-49e9-b750-53c1f6fa87d7/?format=api"
        },
        {
            "id": "4b0fcc30-b7df-4c00-a6b4-c1d0cc8694aa",
            "gambit_id": "26c07775-40b6-4f5f-82b6-5d8175a0ecb5",
            "last_updated": "2022-11-06T08:58:17.329919-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fd8a2b5-116f-49e9-b750-53c1f6fa87d7/?format=api"
        }
    ]
}