GET /api/bet_types/912c3916-37ed-4e3c-b462-01cc68b2edfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "912c3916-37ed-4e3c-b462-01cc68b2edfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/2687c607-ad89-46c4-97fe-de51eba81698/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-27T10:47:01.203126-04: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": "TOR",
                "amount": 6458.0
            },
            {
                "team": "MIN",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f9d340e-54c8-4302-9d40-7df4205943a2",
            "gambit_id": "ff990e1e-503d-4731-a938-25ebfdbf536e",
            "last_updated": "2023-05-29T11:47:18.133297-04:00",
            "created_at": "2023-05-27T10:47:01.205581-04:00",
            "name": "TOR",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/912c3916-37ed-4e3c-b462-01cc68b2edfa/?format=api"
        },
        {
            "id": "fb763de8-669d-489e-a1f5-a096ba33bfc4",
            "gambit_id": "5b74100b-885b-48a5-854b-39ebd4ee7aaf",
            "last_updated": "2023-05-29T11:47:18.136057-04:00",
            "created_at": "2023-05-27T10:47:01.208815-04:00",
            "name": "MIN",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/912c3916-37ed-4e3c-b462-01cc68b2edfa/?format=api"
        }
    ]
}