GET /api/bet_types/de79125d-5a5c-4534-b308-02bc09c77657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de79125d-5a5c-4534-b308-02bc09c77657",
    "match": "https://api-prod.gambitprofit.com/api/matches/706cad7e-b845-4054-9133-3e0125a5842e/?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": "TEX",
                "amount": 5974.0
            },
            {
                "team": "TAM",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "b68bd1b5-1e72-4b4b-9eb6-aaac3a692f09",
            "gambit_id": "40e6e79d-c8c5-455a-9610-04e685d0911c",
            "last_updated": "2022-09-17T17:12:28.297905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de79125d-5a5c-4534-b308-02bc09c77657/?format=api"
        },
        {
            "id": "0d646396-5168-4725-9356-16dac2641b0b",
            "gambit_id": "3359c147-560f-4f53-b295-be49f6904b3b",
            "last_updated": "2022-09-17T17:12:28.294392-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de79125d-5a5c-4534-b308-02bc09c77657/?format=api"
        }
    ]
}