GET /api/bet_types/ba0b2829-d230-4955-b807-05b503734d47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba0b2829-d230-4955-b807-05b503734d47",
    "match": "https://api-prod.gambitprofit.com/api/matches/3df0bee4-15ae-4e27-b301-05e9667c31f1/?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": "Dallas Stars",
                "amount": 6173.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "36291066-b0ea-49da-bae5-65551620d168",
            "gambit_id": "8c194956-a833-4966-ab05-dced70009003",
            "last_updated": "2022-10-24T10:12:08.147960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0b2829-d230-4955-b807-05b503734d47/?format=api"
        },
        {
            "id": "1546fcf6-8d76-414f-8e81-67c090041508",
            "gambit_id": "4bbf8e8f-1e9d-412c-911f-23b020951632",
            "last_updated": "2022-10-24T10:12:08.146991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0b2829-d230-4955-b807-05b503734d47/?format=api"
        }
    ]
}