GET /api/bet_types/3ae855ba-8b82-4950-af7d-4f392a5dfb4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ae855ba-8b82-4950-af7d-4f392a5dfb4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/34d19fc4-ad4d-4d54-ae50-0f46f2757a31/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:13.823333-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": "MIN",
                "amount": 6100.0
            },
            {
                "team": "MIA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "b17b661c-19c2-4149-bf76-4468c9dad5bc",
            "gambit_id": "eecd76a2-c412-425d-a560-ab132c598c1b",
            "last_updated": "2023-04-05T09:41:56.372202-04:00",
            "created_at": "2023-04-04T09:32:13.827695-04:00",
            "name": "MIN",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ae855ba-8b82-4950-af7d-4f392a5dfb4c/?format=api"
        },
        {
            "id": "e5002eb8-7854-46f2-baaa-b609daa70c45",
            "gambit_id": "f0b0f1ab-4043-481a-aa4c-7f0c10427100",
            "last_updated": "2023-04-05T09:41:56.370692-04:00",
            "created_at": "2023-04-04T09:32:13.825491-04:00",
            "name": "MIA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ae855ba-8b82-4950-af7d-4f392a5dfb4c/?format=api"
        }
    ]
}