GET /api/bet_types/89093d97-4c82-4923-8409-3cc906e2f385/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89093d97-4c82-4923-8409-3cc906e2f385",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e749aeb-a76e-4bc8-82ed-3ffba8792ac6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:24.676165-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": "MIN (S Gray)",
                "amount": 6434.0
            },
            {
                "team": "LAA (K Rosenberg)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "036ee8cd-3417-4b43-8fca-bdf7f99e2e7e",
            "gambit_id": "a317162e-ee94-4526-a245-c04a878fb549",
            "last_updated": "2023-09-25T14:33:17.338251-04:00",
            "created_at": "2023-09-23T09:38:24.685631-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89093d97-4c82-4923-8409-3cc906e2f385/?format=api"
        },
        {
            "id": "ba2bea70-0a1a-4e67-bbcb-3271cbe5a043",
            "gambit_id": "f79a662f-9346-4763-8d52-98b8eac44570",
            "last_updated": "2023-09-25T14:33:17.334887-04:00",
            "created_at": "2023-09-23T09:38:24.680911-04:00",
            "name": "LAA (K Rosenberg)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89093d97-4c82-4923-8409-3cc906e2f385/?format=api"
        }
    ]
}