GET /api/bet_types/908c425d-cc0b-48bd-8e95-e992ce031cce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "908c425d-cc0b-48bd-8e95-e992ce031cce",
    "match": "https://api-prod.gambitprofit.com/api/matches/45147f97-aaba-4bb9-8015-b7dc11d058d3/?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": "South Florida",
                "amount": 5000.0
            },
            {
                "team": "SMU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "41b4afbb-f97d-4818-8bbd-f59b1c004b2d",
            "gambit_id": "e2523c81-354b-4027-9818-4b0dec8476b4",
            "last_updated": "2022-11-14T10:23:56.735063-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/908c425d-cc0b-48bd-8e95-e992ce031cce/?format=api"
        },
        {
            "id": "7197e5b2-78d5-47e2-b1fc-8cc0dd25402f",
            "gambit_id": "b4555f7c-809f-4b5c-947a-e04c48053cea",
            "last_updated": "2022-11-14T10:23:56.736000-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/908c425d-cc0b-48bd-8e95-e992ce031cce/?format=api"
        }
    ]
}