GET /api/bet_types/925c4954-a547-41d4-bb57-e37770c4db52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "925c4954-a547-41d4-bb57-e37770c4db52",
    "match": "https://api-prod.gambitprofit.com/api/matches/16f2363f-489f-4ca2-8bc9-98ba377723b1/?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": "DET",
                "amount": 5110.0
            },
            {
                "team": "LAA",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "9621a200-6fae-44ae-82d2-684057728d13",
            "gambit_id": "70440257-8b00-4a16-b6a6-e3a95c5872da",
            "last_updated": "2022-08-22T09:41:59.087066-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925c4954-a547-41d4-bb57-e37770c4db52/?format=api"
        },
        {
            "id": "99035096-92b8-4f6a-8d65-af0c8e77d9f6",
            "gambit_id": "b954e034-b99a-4bf7-b57b-553439a92c76",
            "last_updated": "2022-08-22T09:41:59.087502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925c4954-a547-41d4-bb57-e37770c4db52/?format=api"
        }
    ]
}