GET /api/bet_types/c4bf96da-f7cd-477e-ab7c-8efcff46a5f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4bf96da-f7cd-477e-ab7c-8efcff46a5f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e39a6b59-db4e-4b3f-9e79-d330a05a295e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:10.636386-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": "Clemson",
                "amount": 6170.0
            },
            {
                "team": "Tennessee",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "6afd52fe-c74f-4509-936f-e132e7ce3827",
            "gambit_id": "4c71c96c-963b-4820-9511-a1b24ac94581",
            "last_updated": "2022-12-31T10:56:57.813052-05:00",
            "created_at": "2022-12-30T10:27:10.638809-05:00",
            "name": "Clemson",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4bf96da-f7cd-477e-ab7c-8efcff46a5f2/?format=api"
        },
        {
            "id": "cace403c-f680-413e-a921-63b7182bf852",
            "gambit_id": "a07843b0-8be5-454b-af3b-d1ad352b0d08",
            "last_updated": "2022-12-31T10:56:57.811927-05:00",
            "created_at": "2022-12-30T10:27:10.637562-05:00",
            "name": "Tennessee",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4bf96da-f7cd-477e-ab7c-8efcff46a5f2/?format=api"
        }
    ]
}