GET /api/bet_types/f8034dae-81d5-4d8b-b4fc-aafd0253e36b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8034dae-81d5-4d8b-b4fc-aafd0253e36b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a1687a7-4b6f-44ff-b0a0-1ec25c0a122c/?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": "Cincinnati Bengals",
                "amount": 6104.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "04fbaac0-77ea-409b-a341-6b944d101a27",
            "gambit_id": "31d2b9e3-9c7e-4826-a528-60fb03dd1e25",
            "last_updated": "2022-11-01T09:47:22.628712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8034dae-81d5-4d8b-b4fc-aafd0253e36b/?format=api"
        },
        {
            "id": "df8ef028-a775-4fdf-b517-c82026d098ad",
            "gambit_id": "ee7c3ee2-733a-4c53-9f51-8282abcf00f5",
            "last_updated": "2022-11-01T09:47:22.627744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8034dae-81d5-4d8b-b4fc-aafd0253e36b/?format=api"
        }
    ]
}