GET /api/bet_types/a7fe6347-e3b2-446f-ae01-660b55abd953/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7fe6347-e3b2-446f-ae01-660b55abd953",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cad4681-1242-45b6-b16f-9e8f1e70e9b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-29T08:38:25.162746-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 (J Musgrove)",
                "amount": 6353.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ee84787-69ac-48f8-93c4-0fc49b298eba",
            "gambit_id": "6c2c851c-3280-4193-971b-962c866922c8",
            "last_updated": "2023-06-30T10:43:11.861477-04:00",
            "created_at": "2023-06-29T08:38:25.165481-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7fe6347-e3b2-446f-ae01-660b55abd953/?format=api"
        },
        {
            "id": "c709b46d-7954-4fb4-af81-3541f475f21c",
            "gambit_id": "66330d55-fa2b-4dda-a9dc-39fa8e288db6",
            "last_updated": "2023-06-30T10:43:11.863862-04:00",
            "created_at": "2023-06-29T08:38:25.168271-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7fe6347-e3b2-446f-ae01-660b55abd953/?format=api"
        }
    ]
}