GET /api/bet_types/c4310261-dcf7-4a2a-bc1b-08b184b94f9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4310261-dcf7-4a2a-bc1b-08b184b94f9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7969bbc0-b282-4119-a4c1-c40739434c84/?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": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "2fdc5bec-ccfd-488e-bade-13e645a25640",
            "gambit_id": "f417f568-ab4e-4f6a-a8f7-bfd7093d8927",
            "last_updated": "2022-08-07T22:27:01.351642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4310261-dcf7-4a2a-bc1b-08b184b94f9e/?format=api"
        },
        {
            "id": "b63a7ba4-1c61-43f0-9365-5bb2edf8951b",
            "gambit_id": "a0f1cdf2-1090-4f1e-850a-ab563b003c81",
            "last_updated": "2022-08-07T22:27:01.352172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4310261-dcf7-4a2a-bc1b-08b184b94f9e/?format=api"
        }
    ]
}