GET /api/bet_types/a23bdc44-eda5-47db-85f7-0f8023462275/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a23bdc44-eda5-47db-85f7-0f8023462275",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ba1cb6e-785d-4f6e-9fd4-91a352555c24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:03.632583-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": "BAL (G Rodriguez)",
                "amount": 6359.0
            },
            {
                "team": "OAK (K Muller)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "98bb07b9-3b65-4baf-b4b3-dc678053422c",
            "gambit_id": "ba5b995b-23fe-41c9-b018-89749494f2e4",
            "last_updated": "2023-04-12T09:57:02.378837-04:00",
            "created_at": "2023-04-11T10:27:03.635362-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23bdc44-eda5-47db-85f7-0f8023462275/?format=api"
        },
        {
            "id": "307b057c-38a0-43d7-9be4-4d920a6e3278",
            "gambit_id": "7377a8ef-d06e-4d6b-a1a7-024d81683263",
            "last_updated": "2023-04-12T09:57:02.381212-04:00",
            "created_at": "2023-04-11T10:27:03.638180-04:00",
            "name": "OAK (K Muller)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23bdc44-eda5-47db-85f7-0f8023462275/?format=api"
        }
    ]
}