GET /api/bet_types/8f7eb623-71ce-4210-be5f-f2918c18e34c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f7eb623-71ce-4210-be5f-f2918c18e34c",
    "match": "https://api-prod.gambitprofit.com/api/matches/affaeefe-7e1d-4063-a78f-66adf96e73d7/?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": "NYY (F Montas)",
                "amount": 5109.0
            },
            {
                "team": "MIL (A Houser)",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9195.08,
        "profit_sb": 195.08,
        "profit_sb_percentage": 2.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "d54a824f-ae03-4f04-9f03-8d3e3c7408aa",
            "gambit_id": "d68f3162-45ff-4ecb-9620-1432807be5b9",
            "last_updated": "2022-09-17T17:12:29.991168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (F Montas)",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7eb623-71ce-4210-be5f-f2918c18e34c/?format=api"
        },
        {
            "id": "cd812237-e8ec-4ba4-aded-9aa80e8fc9f5",
            "gambit_id": "a09ff566-a36a-4259-bd39-bf3d9541a4e7",
            "last_updated": "2022-09-17T17:12:29.990219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (A Houser)",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7eb623-71ce-4210-be5f-f2918c18e34c/?format=api"
        }
    ]
}