GET /api/bet_types/e0a2b27f-1295-4040-a92d-2d7822007f24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0a2b27f-1295-4040-a92d-2d7822007f24",
    "match": "https://api-prod.gambitprofit.com/api/matches/3706ba53-0c99-49f2-b692-066f45fb9f3d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:16.430411-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": "SDG",
                "amount": 5213.0
            },
            {
                "team": "CIN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3d48362-6516-4187-ac07-03e92dec1e7f",
            "gambit_id": "303a2fcb-e372-4d93-bca6-faef878fdb93",
            "last_updated": "2023-05-02T11:52:09.450505-04:00",
            "created_at": "2023-05-01T12:27:16.431971-04:00",
            "name": "SDG",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a2b27f-1295-4040-a92d-2d7822007f24/?format=api"
        },
        {
            "id": "eb966126-5bb4-4c3e-a11c-c74a6688215a",
            "gambit_id": "0ab31c6c-9846-4fbe-9909-b604c7b5832d",
            "last_updated": "2023-05-02T11:52:09.451797-04:00",
            "created_at": "2023-05-01T12:27:16.433665-04:00",
            "name": "CIN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a2b27f-1295-4040-a92d-2d7822007f24/?format=api"
        }
    ]
}