GET /api/bet_types/63c1f0fb-de8b-4211-9e49-e3c21ab528ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63c1f0fb-de8b-4211-9e49-e3c21ab528ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8a8aadb-c163-4bd9-9fd5-62ec764d3c62/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:13.260712-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": "PHI (M Lorenzen)",
                "amount": 6025.0
            },
            {
                "team": "WAS (J Adon)",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "341ac751-8e22-4e0d-9440-fdad28449df4",
            "gambit_id": "965d60eb-2df0-4c2c-8ee4-b0331a44203a",
            "last_updated": "2023-08-21T10:23:07.338432-04:00",
            "created_at": "2023-08-18T08:43:13.266547-04:00",
            "name": "PHI (M Lorenzen)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63c1f0fb-de8b-4211-9e49-e3c21ab528ac/?format=api"
        },
        {
            "id": "8b6e20e3-9f52-4489-8e25-8c8c76521279",
            "gambit_id": "2432913d-e666-4078-9d4a-d80cde0f1c81",
            "last_updated": "2023-08-21T10:23:07.342067-04:00",
            "created_at": "2023-08-18T08:43:13.271336-04:00",
            "name": "WAS (J Adon)",
            "reward": "2.41000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63c1f0fb-de8b-4211-9e49-e3c21ab528ac/?format=api"
        }
    ]
}