GET /api/bet_types/bdb8027a-9621-4d22-b5a2-c2cd0dd18358/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdb8027a-9621-4d22-b5a2-c2cd0dd18358",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab67843c-513b-476f-aaae-deaded4fca3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:54.510882-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "068f5406-789a-46ce-aeca-96d989e5059f",
            "gambit_id": "4dcec7af-25f1-44a4-abee-0217eb67e93b",
            "last_updated": "2023-03-06T11:22:02.564905-05:00",
            "created_at": "2023-03-04T10:37:54.512073-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdb8027a-9621-4d22-b5a2-c2cd0dd18358/?format=api"
        },
        {
            "id": "471e4f92-7525-4c64-ad78-95f0e1af08c3",
            "gambit_id": "70f380ea-147c-4c79-8895-a95d986763d6",
            "last_updated": "2023-03-06T11:22:02.566431-05:00",
            "created_at": "2023-03-04T10:37:54.513305-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdb8027a-9621-4d22-b5a2-c2cd0dd18358/?format=api"
        }
    ]
}