GET /api/bet_types/0ff66ac5-95dc-4dfd-9ab7-d7845c7a76a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ff66ac5-95dc-4dfd-9ab7-d7845c7a76a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb2e5534-58b5-4f63-a41e-afcb88780381/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T08:28:24.823545-04: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": "TEX",
                "amount": 6232.0
            },
            {
                "team": "MIN",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "e77f4a68-9329-4972-82ad-dbfaf3a3b1be",
            "gambit_id": "e388194c-5a77-4b95-b1d5-7c9c0b033ca2",
            "last_updated": "2023-08-25T19:03:03.476730-04:00",
            "created_at": "2023-08-24T08:28:24.827797-04:00",
            "name": "TEX",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff66ac5-95dc-4dfd-9ab7-d7845c7a76a1/?format=api"
        },
        {
            "id": "a48873c9-661a-4d9b-8203-ef6675658dfd",
            "gambit_id": "1d9821b5-73a1-4b8c-ad22-1d49e7734f6d",
            "last_updated": "2023-08-25T19:03:03.480107-04:00",
            "created_at": "2023-08-24T08:28:24.833717-04:00",
            "name": "MIN",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff66ac5-95dc-4dfd-9ab7-d7845c7a76a1/?format=api"
        }
    ]
}