GET /api/bet_types/4773ca26-5669-4999-9c20-2b8771af7a05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4773ca26-5669-4999-9c20-2b8771af7a05",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d58c67b-4926-4729-a674-401487de4491/?format=api",
    "name": "Play the Odds",
    "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": "TOR",
                "amount": 5110.0
            },
            {
                "team": "CHC",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "49635821-22e5-4e08-a0ab-b2b2be4274c4",
            "gambit_id": "0d13231a-bbf9-4301-b39e-908c94e00213",
            "last_updated": "2022-08-30T09:52:23.182672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4773ca26-5669-4999-9c20-2b8771af7a05/?format=api"
        },
        {
            "id": "39bc7e72-22ec-495f-8e7e-c20033f37ebf",
            "gambit_id": "ed69a415-11e4-4d0a-bce7-4188a07ae503",
            "last_updated": "2022-08-30T09:52:23.183038-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4773ca26-5669-4999-9c20-2b8771af7a05/?format=api"
        }
    ]
}