GET /api/bet_types/50a1c08e-9366-482b-a173-d3457726dd8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50a1c08e-9366-482b-a173-d3457726dd8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/348bd3b0-be6f-4c2e-9e54-4c98d98ef72f/?format=api",
    "name": "FreeForm",
    "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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bd173f9-30ca-4ec6-bb61-018ff7023472",
            "gambit_id": "fade7497-16a2-40e3-9b38-54219a614010",
            "last_updated": "2022-12-01T16:32:24.415122-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a1c08e-9366-482b-a173-d3457726dd8f/?format=api"
        },
        {
            "id": "9d82e525-cd71-454e-b755-65fd1cd4d99a",
            "gambit_id": "d1aa597f-2f35-41ea-aaa2-4251a45f2213",
            "last_updated": "2022-12-01T16:32:24.416320-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a1c08e-9366-482b-a173-d3457726dd8f/?format=api"
        }
    ]
}