GET /api/bet_types/69d0fdcf-0cf6-4607-ad96-99b96af41253/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69d0fdcf-0cf6-4607-ad96-99b96af41253",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e5e0f3a-c3e0-498f-a599-c4458c82b3a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:14.341094-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": "Buffalo",
                "amount": 5000.0
            },
            {
                "team": "Georgia Southern",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "df5d3709-d06b-4d71-8ac8-60c8463b918d",
            "gambit_id": "872c63d8-c8a2-4421-bd1d-f2953d86f9df",
            "last_updated": "2022-12-28T21:57:16.993906-05:00",
            "created_at": "2022-12-27T08:57:14.342332-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69d0fdcf-0cf6-4607-ad96-99b96af41253/?format=api"
        },
        {
            "id": "f7a88257-8f7f-4a7f-bcda-606de1a35329",
            "gambit_id": "cf80035b-84b1-45cd-836d-c78fdb25e936",
            "last_updated": "2022-12-28T21:57:16.995056-05:00",
            "created_at": "2022-12-27T08:57:14.343602-05:00",
            "name": "Georgia Southern",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69d0fdcf-0cf6-4607-ad96-99b96af41253/?format=api"
        }
    ]
}