GET /api/bet_types/1264cd98-0fcf-4041-8c0f-b4b073257615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1264cd98-0fcf-4041-8c0f-b4b073257615",
    "match": "https://api-prod.gambitprofit.com/api/matches/53b90562-0ded-45bd-a81c-5c0658c19157/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:07.831522-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": "TEX (J Gray)",
                "amount": 6500.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "7dce0511-bb3a-4db4-ab70-d72a51ced533",
            "gambit_id": "5bcc8a29-b4dc-4818-b959-7052c03762bd",
            "last_updated": "2023-04-22T13:07:13.296164-04:00",
            "created_at": "2023-04-21T12:32:07.832897-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1264cd98-0fcf-4041-8c0f-b4b073257615/?format=api"
        },
        {
            "id": "54334190-170f-4122-a353-1484ed463d41",
            "gambit_id": "bddc3db4-441c-405a-9200-0be9f3a3ca97",
            "last_updated": "2023-04-22T13:07:13.298114-04:00",
            "created_at": "2023-04-21T12:32:07.834514-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1264cd98-0fcf-4041-8c0f-b4b073257615/?format=api"
        }
    ]
}