GET /api/bet_types/bd50db06-b706-42d1-ae6a-b2a34a87ffc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd50db06-b706-42d1-ae6a-b2a34a87ffc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dbfc53e-80f6-486c-9876-8e695a026437/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:27:02.153026-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": "COL (N Davis)",
                "amount": 5117.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6c8b0bb-dfa1-41a2-a6a1-7e360781edbf",
            "gambit_id": "5755c3d9-3ac4-4807-ae8b-ce0e73533c5c",
            "last_updated": "2023-04-30T15:27:14.146578-04:00",
            "created_at": "2023-04-29T16:27:02.154912-04:00",
            "name": "COL (N Davis)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50db06-b706-42d1-ae6a-b2a34a87ffc6/?format=api"
        },
        {
            "id": "46a30f43-80b6-4252-8f24-c0f67bd46c6e",
            "gambit_id": "1c477f6e-97f6-455c-b0b8-b791e5fa4ad2",
            "last_updated": "2023-04-30T15:27:14.148079-04:00",
            "created_at": "2023-04-29T16:27:02.156683-04:00",
            "name": "ARI (T Henry)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50db06-b706-42d1-ae6a-b2a34a87ffc6/?format=api"
        }
    ]
}