GET /api/bet_types/8a39e6a8-5676-4d0c-8890-a134732e92af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a39e6a8-5676-4d0c-8890-a134732e92af",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb081af-ccf6-4a67-bdfe-779108c6a656/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "TOR (A Manoah)",
                "amount": 5476.0
            },
            {
                "team": "SEA (L Castillo)",
                "amount": 4524.0
            }
        ],
        "expected_reward_tokens": 9636.12,
        "profit_sb": 136.12,
        "profit_sb_percentage": 1.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "4bff915f-ad52-4204-8aa7-bef056cfd4c4",
            "gambit_id": "5913b648-d05f-4d7a-b33e-ff79a8d98294",
            "last_updated": "2022-10-08T08:57:08.462615-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (A Manoah)",
            "reward": "1.76000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a39e6a8-5676-4d0c-8890-a134732e92af/?format=api"
        },
        {
            "id": "8b0c9fa0-a0d3-4a64-8959-a02446ffc496",
            "gambit_id": "613a92a4-8674-4f38-99e0-9aff76d97650",
            "last_updated": "2022-10-08T08:57:08.461672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Castillo)",
            "reward": "2.13000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a39e6a8-5676-4d0c-8890-a134732e92af/?format=api"
        }
    ]
}